home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 1.iso / toolbox / src / tutorials / custEducation / opengl2 / examples / accum / README < prev   
Encoding:
Text File  |  1996-11-11  |  1.2 KB  |  48 lines

  1.  
  2.         to compile programs in the above-indicated sub- directories/trees, 
  3.        one must load libglut. inst-able images of GLUT v3.1 are located at 
  4.                 toolbox/src/exampleCode/opengl/GLUT/inst/ 
  5.  
  6.                   -------------------------------------
  7.  
  8.      ~opengl2/examples/accum README
  9.  
  10.             Copyright 1991-93, 1995 Silicon Graphics,  Inc.
  11.             Technical Education Development
  12.             All Rights Reserved.
  13.  
  14.  
  15.     accpersp.c:
  16.  
  17.     Contains the functions accPerspective() and accFrustum() which
  18.     can be used to change the viewing volume to produce
  19.     depth-of-field effects and scene antialiasing.
  20.  
  21.     anti.c
  22.  
  23.     This program draws two intersecting cubes and uses the
  24.     accumulation buffer to do scene anti-aliasing.
  25.  
  26.          <a> key            - toggle antialiasing
  27.          Escape key        - exit the program
  28.  
  29.     Note: this program must be compiled with accpersp.c and
  30.     jitter.h
  31.  
  32.     blur.c
  33.  
  34.     Demonstrates using the accumulation buffer for effects like
  35.     motion blur.
  36.  
  37.         Escape key               - exit the program
  38.  
  39.     dof.c
  40.  
  41.      This program demonstrates using the accumlation buffer to 
  42.      simulate depth-of-field.  Objects at the focal point are
  43.      crisp, the rest are somewhat fuzzy.
  44.      
  45.          Escape key        - exit the program
  46.          <d> key            - toggle depth-of-field
  47.      
  48.